Michael Natterer [Thu, 20 Jun 2013 15:09:07 +0000 (17:09 +0200)]
quartz: update the keymap only if the input method changed
and not on each keystroke, which for some IMs apparently caused a full
update on each keystroke, not just a check for changes. Patch from
Takuro Ashie, bug #698183.
Sébastien Wilmet [Thu, 20 Jun 2013 10:09:20 +0000 (12:09 +0200)]
Improve doc of gtk_text_iter_forward_search()
It was not possible to know if the @limit was for @match_start or
@match_end. It was documented for backward_search(), but not for
forward_search().
https://bugzilla.gnome.org/show_bug.cgi?id=390048
Claudio Saavedra [Thu, 20 Jun 2013 08:47:37 +0000 (11:47 +0300)]
gtkfilechooserbutton: fix documentation typo
https://bugzilla.gnome.org/show_bug.cgi?id=702695
Federico Mena Quintero [Wed, 19 Jun 2013 18:37:40 +0000 (13:37 -0500)]
filechooser: In testfilechooser, add buttons to get the selection and the current name
Jonh Wendell [Mon, 17 Jun 2013 18:47:56 +0000 (15:47 -0300)]
filechooser: Add gtk_file_chooser_get_current_name()
Currently you can only set the current filename, but not
get it. It's useful to be able to get it in save
dialogs, where the user has typed the desired filename
and you are not in a real directory (recent used, for
example).
https://bugzilla.gnome.org/show_bug.cgi?id=702497
Alexander Larsson [Wed, 19 Jun 2013 09:06:20 +0000 (11:06 +0200)]
IconTheme: Move changed emission to an idle
By delaying the emission to an idle we avoid a lot of tricky
reentrancy issues. For instance, a normal gtk_icon_theme_choose_icon()
call could in very rare cases (when a user updated an icon theme) emit
a signal which could affect the icon currently being looked up. This
kind of reentrancy is very hard to test against, especially when it is
so rare, so we're better of avoiding it.
There is no real value to get the change signal directly anyway. All
it can do is affect which icon is rendered the next frame, and we will
handle the queued emission before rendering. Not to mention that icon
theme change detection is polled anyway, so it is already delayed.
https://bugzilla.gnome.org/show_bug.cgi?id=694755
Milo Casagrande [Wed, 19 Jun 2013 09:01:23 +0000 (11:01 +0200)]
[l10n] Updated Italian translation.
Alexander Larsson [Wed, 19 Jun 2013 07:35:24 +0000 (09:35 +0200)]
IconTheme: Clear caches when reloading theme
When we're reloading the theme in ensure_valid_themes (due to noticing
that a theme dir has changed) we need to also clear the icon cache
as it will not be valid for the new theme.
We already do this in do_theme_change(), but ensure_valid_themes()
was missing this.
https://bugzilla.gnome.org/show_bug.cgi?id=702598
Alexander Larsson [Wed, 19 Jun 2013 07:32:38 +0000 (09:32 +0200)]
IconCache: Keep a ref on the GtkIconData
The icon data in GttkIconInfo->data is currently owned by the
IconThemeDir->icon_data hashtable. However, on e.g. a theme change
blow_themes() destroys the dirs and thus the data, meaning any
outstanding GtkIconInfo points to stale data.
We solve this by adding a refcount to GtkIconData and reffing it
from GtkIconInfo.
https://bugzilla.gnome.org/show_bug.cgi?id=702598
Piotr Drąg [Tue, 18 Jun 2013 15:24:49 +0000 (17:24 +0200)]
Updated POTFILES.skip
Ryan Lortie [Tue, 18 Jun 2013 14:19:44 +0000 (10:19 -0400)]
GtkBuilder: add new constructor APIs
Add new APIs gtk_builder_new_from_{file,resource,string}() and encourage
their use over the older _add_from_...() APIs.
https://bugzilla.gnome.org/show_bug.cgi?id=679930
Ryan Lortie [Sat, 14 Jul 2012 15:03:29 +0000 (11:03 -0400)]
docs: GtkBuilder: warn about unusual GError use
GtkBuilder returns GError for _add_from_{file,resource,string}(),
implying that the user should be able to recover from these errors.
Mention in the docs that it's unreasonable to try to do this.
https://bugzilla.gnome.org/show_bug.cgi?id=679930
Alexander Larsson [Tue, 18 Jun 2013 14:09:55 +0000 (16:09 +0200)]
gtk-demo: Add GtkListBox demo
Aleksander Morgado [Wed, 27 Feb 2013 08:22:27 +0000 (09:22 +0100)]
win32: don't convert '\n' to '\r\n' when copying if it already is '\r\n'
https://bugzilla.gnome.org/show_bug.cgi?id=649390
Alexander Larsson [Tue, 18 Jun 2013 09:11:14 +0000 (11:11 +0200)]
Revert "GtkWindow: Move cairo_save/restore from marshaller"
This reverts commit
6c7689506f8b6c71522e6c8a25a2b4523641592c.
This is not right as we need to save/restore around *each*
callback, not just each emission.
Victor Ibragimov [Tue, 18 Jun 2013 05:33:37 +0000 (10:33 +0500)]
Tajik translation updated
Jani Välimaa [Mon, 17 Jun 2013 19:55:30 +0000 (21:55 +0200)]
Ensure broadway backend links when using as-needed linking
Error message at:
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/
20130617185755.wally.valstar.6794/log/gtk+3.0-3.9.4-1.mga4/build.0.
20130617185804.log
<ovitters> mclasen_:
http://svnweb.mageia.org/packages/cauldron/gtk%2B3.0/current/SOURCES/gtk%2B-3.9.4-linking.patch?revision=444164&view=markup
<ovitters> mclasen_: gtk doesn't seem to link properly on Mageia
(as-needed thing probably)
<mclasen_> sure, looks fine
<ovitters> can I commit this?
<mclasen_> yes, please commit
Alexander Larsson [Mon, 17 Jun 2013 13:14:29 +0000 (15:14 +0200)]
testlist: Test double click mode
Alexander Larsson [Mon, 17 Jun 2013 13:13:17 +0000 (15:13 +0200)]
listbox: handle moving mouse out of widget with button down
Unset active row, etc when mousing out of the widget totally.
Alexander Larsson [Mon, 17 Jun 2013 13:12:26 +0000 (15:12 +0200)]
listbox: Properly handle double click
We never want to handle GDK_2BUTTON_PRESS like a normal first click.
Alexander Larsson [Mon, 17 Jun 2013 12:52:05 +0000 (14:52 +0200)]
listbox: Rewrite coords from child windows
If button events are from child windows we need to rewrite
the coordinates to our window.
Matthias Clasen [Mon, 17 Jun 2013 12:15:33 +0000 (08:15 -0400)]
Bump version
Matthias Clasen [Mon, 17 Jun 2013 10:47:43 +0000 (06:47 -0400)]
3.9.4
Matthias Clasen [Sun, 16 Jun 2013 14:33:09 +0000 (10:33 -0400)]
Add state propagation changes to release notes
Matthias Clasen [Sun, 16 Jun 2013 03:36:33 +0000 (23:36 -0400)]
Avoid an uninitialized variable access
Matthias Clasen [Sun, 16 Jun 2013 03:36:10 +0000 (23:36 -0400)]
Avoid an uninitialized variable access
Matthias Clasen [Sun, 16 Jun 2013 03:35:51 +0000 (23:35 -0400)]
Fix a small memory leak
Matthias Clasen [Sun, 16 Jun 2013 03:35:25 +0000 (23:35 -0400)]
Fix a small memory leak
Matthias Clasen [Sun, 16 Jun 2013 03:33:51 +0000 (23:33 -0400)]
GtkBuilder: don't leak callbacks
This was noticed while running the testsuite under valgrind.
Matthias Clasen [Sun, 16 Jun 2013 02:00:51 +0000 (22:00 -0400)]
Avoid an uninitialized variable access
https://bugzilla.gnome.org/show_bug.cgi?id=702370
Matthias Clasen [Sun, 16 Jun 2013 01:31:41 +0000 (21:31 -0400)]
Fix iconview-empty reftest
The reference image for this test was inadvertedly relying
on an incorrect initial icon-size property of GtkImage.
Matthias Clasen [Sun, 16 Jun 2013 01:18:12 +0000 (21:18 -0400)]
Remove testing test again
This one fails on the build servers.
Matthias Clasen [Sat, 15 Jun 2013 23:46:51 +0000 (19:46 -0400)]
Add a few tests back
These were lost in the Makefile cleanup.
Matthias Clasen [Sun, 16 Jun 2013 00:22:18 +0000 (20:22 -0400)]
GtkImage: Fix the initial value of icon-size
Since we are pulling the icon-size out of the icon helper now,
we should set its icon-size when constructing it.
Matthias Clasen [Sat, 15 Jun 2013 23:47:33 +0000 (19:47 -0400)]
Fix object test
Matthias Clasen [Sat, 15 Jun 2013 23:47:19 +0000 (19:47 -0400)]
Fix defaultvalue test
Matthias Clasen [Sat, 15 Jun 2013 20:27:04 +0000 (16:27 -0400)]
testsuite: Avoid g_test_trap_fork
Fix cellarea tests to use g_test_trap_subprocess instead.
Matthias Clasen [Sat, 15 Jun 2013 20:02:16 +0000 (16:02 -0400)]
Add listbox tests
Matthias Clasen [Sat, 15 Jun 2013 18:23:22 +0000 (14:23 -0400)]
testsuite: clean up build machinery a bit
No point in setting LDADD for every single binary,
when we can do it just once. Also, generate test.in files.
Matthias Clasen [Sat, 15 Jun 2013 17:55:31 +0000 (13:55 -0400)]
GtkListBox: fix docs
New types need to be added to gtk3.types.in to have introspected
data (type hierarchy, properties, signals) show up in the docs.
Piotr Drąg [Sat, 15 Jun 2013 17:09:35 +0000 (19:09 +0200)]
Updated POTFILES.in
Matthias Clasen [Sat, 15 Jun 2013 16:13:28 +0000 (12:13 -0400)]
GtkListBox: cosmetics
Clean up formatting trivia, adjust includes to gtk conventions,
use P_() for properties, etc.
Bastien Nocera [Mon, 3 Jun 2013 13:07:07 +0000 (15:07 +0200)]
GtkSearchBar: Mention we don't handle Ctrl+F for the app
There's probably an expectation from the app developers that
Ctrl+F or similar common shortcuts for starting a search will
be handled by the widget, when this is not the case. Explicitely
mention it in the docs to avoid confusion.
https://bugzilla.gnome.org/show_bug.cgi?id=701523
Bastien Nocera [Fri, 31 May 2013 10:59:46 +0000 (12:59 +0200)]
GtkHeaderBar: Fix buildable function names
It's a GtkHeaderBar, not GtkHeader.
https://bugzilla.gnome.org/show_bug.cgi?id=701346
Bastien Nocera [Fri, 24 May 2013 13:07:16 +0000 (15:07 +0200)]
GtkHeaderBar: Make labels creation available privately
So it can be reused in subclasses
https://bugzilla.gnome.org/show_bug.cgi?id=701345
Piotr Drąg [Thu, 13 Jun 2013 21:09:45 +0000 (23:09 +0200)]
Updated POTFILES.in
Alexander Larsson [Thu, 13 Jun 2013 18:55:05 +0000 (20:55 +0200)]
GtkStack: Switch order on left/right up/down transitions.
When the new child is on the left, scroll right. This makes the
thing look physically "real".
Alexander Larsson [Thu, 13 Jun 2013 18:50:41 +0000 (20:50 +0200)]
GtkStack: Fix drawing of sliding
We were not drawing the view window, so the old widget
was clipped for the sliding transitions.
Erick Pérez Castellanos [Thu, 13 Jun 2013 18:33:42 +0000 (20:33 +0200)]
GtkStack: Add position-dependent slide transitions
These go left/right or up/down depending on the relative
order of the children being switched between.
Tarnyko [Thu, 13 Jun 2013 17:35:43 +0000 (19:35 +0200)]
broadway: Add win32 support
Tarnyko [Thu, 13 Jun 2013 16:55:40 +0000 (18:55 +0200)]
broadway: Support TCP displays
Tarnyko [Thu, 13 Jun 2013 16:15:10 +0000 (18:15 +0200)]
broadway: Only use gio-unix on G_OS_UNIX
Tarnyko [Thu, 13 Jun 2013 16:09:32 +0000 (18:09 +0200)]
broadway: Remove unused includes
Tarnyko [Thu, 13 Jun 2013 15:58:53 +0000 (17:58 +0200)]
broadway: Add configure checks for sys/mman.h
Alexander Larsson [Thu, 13 Jun 2013 15:55:09 +0000 (17:55 +0200)]
docs: Add GtkListBox to docs
Benjamin Otte [Thu, 13 Jun 2013 13:30:57 +0000 (15:30 +0200)]
reftests: Fix for state propagation changes
Benjamin Otte [Mon, 3 Jun 2013 15:11:26 +0000 (17:11 +0200)]
x11: Remove motif dnd leftovers
Benjamin Otte [Fri, 31 May 2013 10:38:40 +0000 (12:38 +0200)]
treeview: Use gtk_adjustment_configure()
... instead of manually setting all the values. Makes for nicer code and
less signal emissions.
Alexander Larsson [Thu, 13 Jun 2013 08:47:52 +0000 (10:47 +0200)]
GtkListBox: Consider width of filtered rows
Without this lists keep shrinking in width as they are filtered, whic
looks really bad.
Alexander Larsson [Wed, 12 Jun 2013 11:20:15 +0000 (13:20 +0200)]
GtkListBox: Protect against reentrancy.
Activating a row may destroy the widget, so keep a ref since
we're doing thing to the listbox after emission.
Alexander Larsson [Wed, 12 Jun 2013 11:08:36 +0000 (13:08 +0200)]
GtkListBox: minor fix
Move the check inside the existing chech which also checks
for active_row != NULL for extra safety.
Alexander Larsson [Wed, 12 Jun 2013 10:00:11 +0000 (12:00 +0200)]
GtkListBox: Add style classes for lists and rows
Alexander Larsson [Wed, 12 Jun 2013 07:40:06 +0000 (09:40 +0200)]
GtkListBox: Add getter for activate_on_single_click
Alexander Larsson [Tue, 11 Jun 2013 14:58:22 +0000 (16:58 +0200)]
GtkListBox: Rename reXXX to invalidate_XXX
This is lets us later move to a setup where the rows are not
immediately resorted but queued until next layout.
Alexander Larsson [Tue, 11 Jun 2013 14:53:46 +0000 (16:53 +0200)]
testgtk: Test GtkListBox placeholder widgets
Alexander Larsson [Tue, 11 Jun 2013 14:53:31 +0000 (16:53 +0200)]
GtkListBox: Add placeholder widget support
Alexander Larsson [Tue, 11 Jun 2013 14:20:45 +0000 (16:20 +0200)]
GtkListBox: Track the number of visible children
Alexander Larsson [Tue, 11 Jun 2013 14:13:00 +0000 (16:13 +0200)]
GtkListBox: Track visible in the row
This is a minor performance improvement, but its mainly to
allow us to track when n_visible_children changes.
Alexander Larsson [Tue, 11 Jun 2013 14:07:42 +0000 (16:07 +0200)]
GtkListBox: Open code the update_header calls in add()
Rather than reusing row_visibility_changed. This means
row_visibility_changed really means that the row visibility changed.
Alexander Larsson [Tue, 11 Jun 2013 14:04:58 +0000 (16:04 +0200)]
GtkListBox: Make reseparate a no-op for hidden lists
We already take care to not track headers when the listbox is hidden,
because that can be very expensive during creation, so we might as
well skip reseparate() too. The only time we don't want to skip it
is when we're about to show the list.
Alexander Larsson [Tue, 11 Jun 2013 13:22:09 +0000 (15:22 +0200)]
GtkListBox: Remove some unnecessary code
the unhighlight call already NULLs out drag_highlighted_row
Alexander Larsson [Tue, 11 Jun 2013 13:18:51 +0000 (15:18 +0200)]
GtkListBox: Fix docs
Removed some cut/paste leftovers
Alexander Larsson [Tue, 11 Jun 2013 13:04:02 +0000 (15:04 +0200)]
GtkListBox: Allow unselecting of rows in SINGLE mode
Alexander Larsson [Tue, 11 Jun 2013 12:09:19 +0000 (14:09 +0200)]
GtkListBox: Rename separators to headers
Alexander Larsson [Tue, 11 Jun 2013 11:56:38 +0000 (13:56 +0200)]
GtkListBox: Remove refilter signal
This was added from https://bugzilla.gnome.org/show_bug.cgi?id=691979
where it was wanted in order to get a "all children filtered" kind
of row. However, the solution is not really generic enough, because
filtering can happen for other reasons than a full refilter (i.e. due
to a row change), and the partial fix you can get by counting children
after refilter can be achieved by manually doing it whenever you manually
called refilter anyway.
Its possible we should have some better solution for the "empty state"
though.
Alexander Larsson [Tue, 11 Jun 2013 10:59:32 +0000 (12:59 +0200)]
GtkListBox: Add docs
Alexander Larsson [Mon, 10 Jun 2013 15:02:34 +0000 (17:02 +0200)]
GtkWidget: Change which states propagate
Historically the following states propagated to children:
GTK_STATE_FLAG_ACTIVE
GTK_STATE_FLAG_PRELIGHT
GTK_STATE_FLAG_SELECTED
GTK_STATE_FLAG_INSENSITIVE
GTK_STATE_FLAG_INCONSISTENT
GTK_STATE_FLAG_BACKDROP
However, several of these are problematic on containers like GtkListBox.
For instance, if a row is ACTIVE or SELECTED then all children (like e.g
a button) inside the row will *also* look active/selected. This is almost
never right. The right way to theme this is to catch e.g. SELECTED on the
container itself and set e.g. the color and let the children inherit
the color instead of the flag.
We now propagate only these flags:
GTK_STATE_FLAG_INSENSITIVE
GTK_STATE_FLAG_BACKDROP
Which make sense to be recursive as they really affect every widget
inside the container.
However, this is a CSS theme break, and while most things continue working
as-is some themes may need minor tweaks.
Alexander Larsson [Mon, 10 Jun 2013 14:07:20 +0000 (16:07 +0200)]
GtkListBox: Remove add_to_scrolled()
Now that we automatically set up the focus_vadjustment we only
need the adjustment to handle the page-up/down scroll length correctly.
We use parent_set to automatically pick up the adjustment from a
scrollable (i.e. viewport) parent which makes add_to_scrolled useless, so
it can be removed.
Alexander Larsson [Mon, 10 Jun 2013 12:55:54 +0000 (14:55 +0200)]
GtkScrollableWindow: Automatically set focus adjustments
When adding with a viewport we automatically set the focus
adjustments on the viewport from the scrolled window, so that
when any child widget gets focused we automatically scroll to it.
This is generally nice, but its particularly important for GtkListBox
where focus changing is how we navigate between rows.
We also ensure that the adjustments are always set before adding the
child to the viewport, which we will need later to pick up the
adjustments on add.
Alexander Larsson [Mon, 10 Jun 2013 12:41:51 +0000 (14:41 +0200)]
GtkListBox: No need to manually clamp adjustment to focus
Now that we use real widgets for rows the focus_vadjustment is
enough.
Alexander Larsson [Mon, 10 Jun 2013 13:15:22 +0000 (15:15 +0200)]
GtkListBox: Clean up DnD code
Unhighlight rows if they are removed.
Drop the automatic drag motion based auto-scrolling. This is not really
right, as it e.g. hardcodes auto-scroll regions and assumes we're the only
widget inside the scrolled container. Its also imho in the wrong place,
autoscrolling if any should be done on the scrolled-window or viewport.
All the removed code is implementable outside Gtk+ though.
Alexander Larsson [Mon, 10 Jun 2013 12:15:56 +0000 (14:15 +0200)]
testgtk: Add ListBox test
This is a simple test of a scrolling listbox with sorting, filtering
and a header row.
Alexander Larsson [Mon, 10 Jun 2013 11:49:14 +0000 (13:49 +0200)]
tests: Add testlist testing GtkListBox
Alexander Larsson [Mon, 10 Jun 2013 09:17:10 +0000 (11:17 +0200)]
Add GtkListBox
This is basically an import/rename of EggListBox from the row-widget
branch of egg-list-box.
Adam Dingle [Wed, 12 Jun 2013 02:21:46 +0000 (22:21 -0400)]
Require GLib 2.37.2
It's necessary for G_TEST_DIST, for example.
Руслан Ижбулатов [Sat, 4 May 2013 08:05:46 +0000 (12:05 +0400)]
Pass screen to visual init (no default screen is available yet)
https://bugzilla.gnome.org/show_bug.cgi?id=700444
Руслан Ижбулатов [Sat, 4 May 2013 06:43:11 +0000 (10:43 +0400)]
Fix display/screen/displaymanager init interdependency
https://bugzilla.gnome.org/show_bug.cgi?id=700444
Christian Persch [Sat, 8 Jun 2013 11:53:21 +0000 (13:53 +0200)]
im: Deprecate gtk_im_multicontext_append_menuitems
Bug #701840.
Kalev Lember [Fri, 7 Jun 2013 12:12:14 +0000 (14:12 +0200)]
Fix string allocation handling with GtkBuilder translations
Use g_string_assign to avoid issues with assigning GString's internal
buffer back to the same string. This can happen when no translations are
available and _gtk_builder_parser_translate returns back the same
pointer that was passed in.
This fixes a regression from commit
e9f182e37a7f6e2dc339054841a3c9f930f
that caused GtkComboBoxText <items> from GtkBuilder to show up empty if
no translations are available.
https://bugzilla.gnome.org/show_bug.cgi?id=700629
Matthias Clasen [Fri, 7 Jun 2013 22:14:20 +0000 (18:14 -0400)]
Ignore Gtk/ShowInputMethodMenu and Gtk/ShowUnicodeMenu X settings
These are no longer used.
Matthias Clasen [Fri, 7 Jun 2013 22:13:47 +0000 (18:13 -0400)]
Remove the show-unicode-menu and show-input-method-menu settings
These are no longer used.
Matthias Clasen [Fri, 7 Jun 2013 22:13:20 +0000 (18:13 -0400)]
GtkTextView: Remove the Unicode and input method menus
Submenus in the context menu are not great, and these two
in particular are not something we want to have there.
Matthias Clasen [Fri, 7 Jun 2013 22:10:15 +0000 (18:10 -0400)]
GtkEntry: Remove the Unicode and input method menus
Submenus in the context menu are not great, and these two
in particular are not something we want to have there.
Michael Natterer [Thu, 6 Jun 2013 13:39:53 +0000 (15:39 +0200)]
quartz: move dialogs to the same window level as utility windows
window_type_hint_to_level(): applied patch from Paul Davis which moves
dialogs to NSFloatingWindowLevel. This is not quite the perfect
solution, but it's a pragmatic fix that makes apps which have both
window types much more usable, and prevents dialog from disappearing
under an application's main window.
(cherry picked from commit
59d49e1566faeed80d2b2052c42fe6c5e9153190)
Marek Kasik [Wed, 5 Jun 2013 16:00:54 +0000 (18:00 +0200)]
printing: Show correct status of a job
"job-state" is IPP_TAG_ENUM not IPP_TAG_INTEGER.
YunQiang Su [Thu, 6 Jun 2013 03:02:29 +0000 (11:02 +0800)]
fix a typo in zh_CN translation
Marek Černocký [Wed, 5 Jun 2013 05:55:48 +0000 (07:55 +0200)]
Fixed Czech translation
Claudio Saavedra [Mon, 3 Jun 2013 11:51:47 +0000 (14:51 +0300)]
gdkevents.h: fix documentation typo
https://bugzilla.gnome.org/show_bug.cgi?id=701463
Hib Eris [Mon, 1 Apr 2013 10:35:18 +0000 (12:35 +0200)]
Do not use AC_CANONICAL_TARGET
Reverts commit
717c28e12daff5ae9fcb01b45cd1daf13609cddb and
fixes AX_PROG_CC_FOR_BUILD (see also
http://savannah.gnu.org/patch/index.php?7989).
https://bugzilla.gnome.org/show_bug.cgi?id=692638
Hib Eris [Mon, 13 May 2013 13:45:18 +0000 (15:45 +0200)]
Define INITGUID only for mingw.org compiler
Defining INITGUID causes a build failure with mingw-w64 > r5589.
https://bugzilla.gnome.org/show_bug.cgi?id=699673